-- card: 42237 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4755 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=30 top=78 right=296 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part contents for card part 1 ----- text ----- /* * FILE: class.c * AUTHOR: R.G. * CREATED: June 25, 1990 * * define methods for Generic_Class */ # include "class.h" /****************************************************************** * define generic init() method ******************************************************************/ int Generic_Class::init(void) { return 1; } /****************************************************************** * define generic destroy() method ******************************************************************/ int Generic_Class::destroy(void) { return 1; } -- part contents for background part 7 ----- text ----- 132 -- part contents for background part 4 ----- text ----- File 2 of 7: